home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr20 / ishow10.zip / ISHOW.DOC next >
Text File  |  1995-02-22  |  3KB  |  59 lines

  1. ****************************************************************************
  2. IShow 1.0 - GIF viewer and slide show by John Holt - john90@delphi.com
  3. ****************************************************************************
  4.  
  5. Tired of loading up some program so you can view your images? Wouldn't
  6. you like a faster way of seeing the new .GIF you just downloaded? How
  7. about a slide show of all your favorite pictures without any script
  8. file? You can with IShow. 
  9.  
  10. Ishow is a DOS 32-bit command-line program. Therefore, you can run it in
  11. DOS, or a full-screen DOS session under Windows or OS/2. I currently use
  12. it as an OS/2 screensaver. And all the pictures are so coooooool.
  13.  
  14. Usage:
  15.   ishow [Files] [TimeDelay]
  16.  
  17. Examples:
  18.  
  19.   ishow scene.gif
  20.     will display that GIF.    Needs .gif extension.
  21.   ishow    
  22.     will randomly display up to 256 GIFs in current directory.
  23.   ishow \gifs\    
  24.     will randomly display up to 256 GIFs in given directory.
  25.   ishow \gifs\a*.gif
  26.     will randomly display up to 256 GIFs beginning with 'a' in directory.
  27.   ishow \gifs\ 20
  28.     will randomly display each GIF for 20 seconds instead of 5.
  29.  
  30. All GIFs are scaled and put into the best-fitting video mode. So,
  31.     A 400x300x256 image would be scaled to 640x480x256 in VRES mode.
  32.     A 160x100x256 image would be scaled to 320x200x256 in MRES mode.
  33. If the above were both the same picture, you almost wouldn't be able to
  34. tell the difference.
  35.  
  36. To avoid memory-hogs and slow-response time, a 640x480x256 mode is max.
  37. 'Super' pictures like 1024x768x256 are scaled down.
  38.  
  39. During a slide show, while one image is displaying, the next is loading.
  40. After a timeout of 5 seconds, the next image is displayed and the
  41. process repeats. If an error is encountered, it is recorded in ishow.err
  42. and IShow exits, displaying the contents of ishow.err. The file 'next'
  43. will have the name of the image for future reference.
  44. To exit IShow hit any key.
  45.  
  46. ****************************************************************************
  47. IShow is freeware. Use it as much as you like. If you think it is
  48. worth it, please send a WHOPPING $5 (or more!) and your email address to:
  49.     John Holt
  50.     1106 St. James Place
  51.     Nashua, NH  03062
  52. and I will send you the complete source code via email. 
  53. Questions/comments: john90@delphi.com
  54. ****************************************************************************
  55. Version 1.0 released 2/22/95.
  56. ****************************************************************************
  57. ToDo: Support for other formats such as PCX,BMP,TGA, etc.
  58. ****************************************************************************
  59.